Miner.Responder.Shared Assembly > Miner.Responder.Shared.Extensions Namespace > EnumerableExtensions Class > AddRange Method : AddRange<TK,TV>(Dictionary<TK,TV>,IEnumerable<KeyValuePair<TK,TV>>) Method |
'Declaration <System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Sub AddRange (Of TK,TV)( _ ByVal dictionary As System.Collections.Generic.Dictionary(Of TK,TV), _ ByVal dictionaryToAppend As System.Collections.Generic.IEnumerable(Of KeyValuePair(Of TK,TV)) _ )
'Usage Dim dictionary As System.Collections.Generic.Dictionary(Of TK,TV) Dim dictionaryToAppend As System.Collections.Generic.IEnumerable(Of KeyValuePair(Of TK,TV)) EnumerableExtensions.AddRange(Of TK, TV)(dictionary, dictionaryToAppend)
[System.Runtime.CompilerServices.Extension()] public static void AddRange<TK,TV>( System.Collections.Generic.Dictionary<TK,TV> dictionary, System.Collections.Generic.IEnumerable<KeyValuePair<TK,TV>> dictionaryToAppend )
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.